css tests: Fix style tests
authorMatthias Clasen <mclasen@redhat.com>
Fri, 5 Feb 2016 14:54:50 +0000 (15:54 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 5 Feb 2016 15:35:43 +0000 (16:35 +0100)
Commit d0fd7990c3f2c738f86185418ccd76b14da8a776 changed
the location of builtin themes, breaking the loading of
the empty theme in test-css-style.

testsuite/css/style/Empty.css [deleted file]
testsuite/css/style/gtk.css [new file with mode: 0644]
testsuite/css/style/test-css-style.gresource.xml

diff --git a/testsuite/css/style/Empty.css b/testsuite/css/style/Empty.css
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/testsuite/css/style/gtk.css b/testsuite/css/style/gtk.css
new file mode 100644 (file)
index 0000000..e69de29
index 1625b862d8763db6ec5b821d6fd543912daed1e7..ac116a5139164c396995197a0b1b3ac3b39d781f 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <gresources>
-  <gresource prefix="/org/gtk/libgtk/theme">
-    <file>Empty.css</file>
+  <gresource prefix="/org/gtk/libgtk/theme/Empty">
+    <file>gtk.css</file>
   </gresource>
 </gresources>